From 6c7ba2137d62996bb026eab8d1e11d4f32c0f1dd Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 3 Nov 2005 19:17:56 +0000 Subject: [PATCH] Clarify help text for dropping via points. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1534 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/gdb.c b/gpsbabel/gdb.c index 5359a39f1..b366ce933 100644 --- a/gpsbabel/gdb.c +++ b/gpsbabel/gdb.c @@ -98,7 +98,7 @@ static arglist_t gdb_args[] = { {GDB_OPT_VER, &gdb_opt_ver, "Version of gdb file to generate (1,2)", "2", ARGTYPE_INT, "1", "2"}, {GDB_OPT_VIA, &gdb_opt_via, - "Drop route points, if they don't have an aquivalent waypoint (hidden points)", NULL, ARGTYPE_BOOL}, + "Drop route points that do not have an equivalent waypoint (hidden points)", NULL, ARGTYPE_BOOL}, {0, 0, 0, 0, 0} }; -- 2.30.2